#SBCOSS-482: workflow to publish package#50
#SBCOSS-482: workflow to publish package#50HarishGangula merged 6 commits intoSunbird-Ed:release-8.0.0from
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Pull Request Overview
Adds documentation for code quality checks and a new GitHub Actions workflow to automatically publish the sb-dashlets package on tag pushes.
- Introduce “Code Quality” and “Package Publishing” sections in README.md
- Add
publish-sb-dashlets.ymlworkflow to build and publish on Git tag pushes
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| README.md | Added Code Quality & Package Publishing sections |
| .github/workflows/publish-sb-dashlets.yml | New CI workflow to build and publish on Git tags |
Comments suppressed due to low confidence (1)
.github/workflows/publish-sb-dashlets.yml:44
- Ensure the directory name
dist/sb-dashletsmatches the actual package output. The README referencessb-dashletsingular earlier, so unify naming across docs and workflow.
npm pack ./dist/sb-dashlets
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
| - name: Set up Node.js | ||
| uses: actions/setup-node@v4 | ||
| with: | ||
| node-version: '18.19.0' |
No description provided.